projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9fb78
)
Add VCF format.
author
robertl
<robertl>
Mon, 10 Jan 2005 01:56:27 +0000
(
01:56
+0000)
committer
robertl
<robertl>
Mon, 10 Jan 2005 01:56:27 +0000
(
01:56
+0000)
vecs.c
patch
|
blob
|
history
diff --git
a/vecs.c
b/vecs.c
index 5f9673d8998a609f797564b2545c6d30f4483d15..4240f8c5f80453391273db3846f174413dc44f20 100644
(file)
--- a/
vecs.c
+++ b/
vecs.c
@@
-71,6
+71,7
@@
extern ff_vecs_t igc_vecs;
extern ff_vecs_t brauniger_iq_vecs;
extern ff_vecs_t hiketech_vecs;
extern ff_vecs_t glogbook_vecs;
+extern ff_vecs_t vcf_vecs;
static
vecs_t vec_list[] = {
@@
-321,6
+322,13
@@
vecs_t vec_list[] = {
"Garmin Logbook XML",
NULL
},
+ {
+ &vcf_vecs,
+ "vcf",
+ "Vcard Output (for iPod)",
+ "vcf",
+ NULL
+ },
{
NULL,
NULL,